bridge-utils: fix a struct in6_addr reference
authorFlorian Fainelli <[email protected]>
Wed, 13 Mar 2013 16:16:43 +0000 (16:16 +0000)
committerFlorian Fainelli <[email protected]>
Wed, 13 Mar 2013 16:16:43 +0000 (16:16 +0000)
commitcefb06dc7f02a795526b5e461d4ed6aef901d98d
tree71cbc5eee3b643796690075d3c528a82ffac61e3
parent6b95fea372f5f59b3af37b0b558a02dc35ab4e0c
bridge-utils: fix a struct in6_addr reference

Bridge-utils uses kernel headers.  Linux 3.8 has a header,
include/uapi/linux/if_bridge.h that uses a struct in6_addr but
doesn't define it.  The trivial seeming fix of including the header
that does define it causes more problems.  The problem was discussed
on mailing lists in January 2013.  The final suggestion I found was
here:

  http://www.redhat.com/archives/libvir-list/2013-January/msg01253.html

This is intended to implement that suggestion.

Signed-off-by: Russell Senior <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 35999
net/bridge-utils/Makefile
net/bridge-utils/patches/010-fix_struct_in6_addr_usage.patch [new file with mode: 0644]